home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 October / PCWorld_2006-10_cd.bin / v cisle / xplorer / xplorer2_lite_setup.exe / registry.txt < prev    next >
Text File  |  2006-06-23  |  8KB  |  133 lines

  1.  
  2. --------------------------------------------------------
  3.                      ***WARNING***
  4. EDITING THE REGISTRY CAN RENDER YOUR COMPUTER UNUSABLE. 
  5. UNLESS YOU ARE 100% CERTAIN YOU KNOW WHAT YOU ARE DOING, 
  6. YOU ARE ADVICED NOT TO MODIFY IT IN ANY WAY.
  7. --------------------------------------------------------
  8.  
  9.  
  10. A. HOW TO MAKE XPLORER▓ YOUR DEFAULT FOLDER APPLICATION
  11.  
  12. As part of the installation process xplorer▓ adds "open_x2" in the context menu for filesystem folders.
  13.  
  14. If you want to have this the default action (so that folders open in x2 when you click on them) then make sure this is the default verb, either using Folder Options ("file folder" type) or editing the registry:
  15.  
  16. [HKEY_CLASSES_ROOT\Directory\shell]
  17. @="open_x2"
  18.  
  19. If you want some slightly different command line options you can add any of the supported options (see the quickstart guide) editing this registry key:
  20.  
  21. [HKEY_CLASSES_ROOT\Directory\shell\open\command]
  22. @="C:\Program files\zabkat\xplorer2\xplorer2.exe" /T /1 "%1"
  23.  
  24.  
  25.  
  26. B. TWEAKING ADVANCED SETTINGS FOR XPLORER▓
  27.  
  28. The main registry key is: HKEY_CURRENT_USER\Software\ZabaraKatranemia Plc\xplorer2 ù or xplorer2_UC if you have the unicode version installed. Whenever you want to change a value, follow these steps:
  29.  
  30. * EXIT all running instances of xplorer▓ (this is essential)
  31. * Start regedit using Start | Run (or equivalent)
  32. * Locate the main key where xplorer▓ keeps its settings
  33. * Double-click on a "variable" name to change its value
  34.  
  35. Most options have self-descriptive names, so it shouldn't be hard to imagine what each variable does. As a general further hint, names that begin with 'b' (e.g. bUnderline) refer to on/off (boolean) settings. Setting the value to 0 turns the option off, any other value enables it. Names starting with 'n' imply a number of some sort, and those with 'sz' are strings. Hungarian people talk like that, alledgedly <g>.
  36.  
  37. Names that start with "bin" imply values that are made up as the sum of individual bits. Please sum up all the numbers representing the options you want and set this total number to the "bin" value.
  38.  
  39. Values that correspond to time intervals are measured in milli-seconds. So if you want to set one to 2 sec, set it to 2000.
  40.  
  41.  
  42. Here's a description of settings you may want to experiment with, organized by subkey. A [*] next to a value below stands for the default setting. Whenever you want to reset a value, just delete it altogether. When changing values, make sure you switch to decimal (not hex) input mode in regedit.
  43.  
  44.  
  45. [xplorer2.global] ///////////////
  46.  
  47. szAudioExtList    comma separated list of extensions for "exotic" audio files, e.g. "foo,bar,wm4"
  48. szVideoExtList    comma separated list of extensions for "exotic" video files, e.g. "ogg,bar,wmdd4"
  49.  
  50. Find Blacklist
  51. Full paths to folders you want excluded from being searched by "Find files" ù they won't be flattened either. You can add extra trouble-making folders as necessary. If you remove any folders, please make sure the remaining list has consecutive folder numbering. The easiest solution is to rename the last folder to the ordinal of the folder you deleted.
  52.  
  53. Transformation rules
  54. If you want more default rules for Mark | Check build, please add them here.
  55.  
  56.  
  57. [xplorer2] //////////////////////
  58.  
  59. NAME              VALUE
  60. ---------------------------------------------------------------------
  61. nKBSizeDecimals   1[*] How many decimals to show for compressed mode sizes, eg 1.01kb vs 1.006kb
  62. bSortZipAsFiles   0: as folders 1: as files[*] (when zipfolders are supported)
  63. nFocusTimeoutMS   500[*] timeout (in millisec) affecting the previewer and tree autoupdates
  64.                   The default is to wait 0.5 sec before e.g loading a file's preview, giving
  65.                   you time to scroll without loading previews for each file you come across.
  66. nHoverTimeoutMS   1000[*] likewise this is the time you have to hover on a tab or tree node
  67.                   while dragging, before x2 automatically opens the tab or tree node.
  68. rgbFolderLinkcol  RGB color for hilighting the active subpath in pane titlebars [-1 for default]
  69. rgbActiveBgcol    RGB color overriding the white background of active folder panes [-1 for default]
  70. rgbFilterBgcol    RGB color override for folder panes with an active visual filter [-1 for default]
  71. nToolFont100      90[*] percent increase (e.g. 110) or decrease (e.g. 90) for toolbar font size
  72. szEditor2Path     path for editor2, the preferred viewer association (automatically set by x2)
  73. szExtFindFiles    path for external find files program [default is explorer] e.g. c:\tools\finder "%s"
  74.                   "%s" should be included; the current folder path is passed as an argument there
  75.                   (this option is only available for the lite version)
  76. bSingleWindow     0[*] If 1 then only one window is used for all folders, even when you launch/clone
  77.                   a separate x2 instance. If set to 2, then a new tab will be opened.
  78.                   (if this value doesn't exist just create it as a REG_DWORD)
  79. szNewFileExt      Optional extension for NewFile (F7) command, e.g. "txt" will create text files
  80. nThumbSpacing     3[*] How many pixels to leave between each thumbnail; set 0 for default spacing
  81.  
  82.  
  83. binMiscOptions -> miscellaneous options [default = 0]
  84.     GIOPT_NOED209      1 /* don't use editor2 at all */
  85.     GIOPT_ALTAREFRESH  4 /* backup autorefresh mechanizm */
  86.     GIOPT_SAVEF5DIRS  16 /* save all copy target folders in F5 dialog history */
  87.     GIOPT_NOPOSHREFRESH 4096 /* turn off the "modern" refresh system; should be used with GIOPT_ALTAREFRESH */
  88.     GIOPT_NOBGTHUMBS 8192 /* no background threading for thumbnails, saves custom DLL GPFs */
  89.     GIOPT_ROBUSTPASTE 131072 /* implement Edit | Paste command robustly, no explorer */
  90.     GIOPT_NOLEFTDND 4194304 /* disable LEFT drag-drop to avoid move accidents (right-drag still works) */
  91.     GIOPT_NOCOLCACHE 16777216 /* don't cache shell column information (for CVS users) */
  92.     GIOPT_RENFULLNAME 33554432 /* F2 selects all filename, including the extension before rename */
  93.     GIOPT_NODIRTHUMBS 134217728 /* don't extract folder thumbnails in XP (can get slow) */
  94.     GIOPT_QSNOFCONTENT 268435456 /* quicksearch won't look in file contents, only scan columns */
  95.  
  96.  
  97. bSantasLittleHelper
  98. This controls whether x2 uses a background thread to do time-consuming tasks like thumbnail extraction etc. To turn it off set it to 0 (not recommended). A value of 2 (default) uses the background thread but running at a lower priority so as not to interfere with the main program. If you find that the columns take ages to fill up (especially when other programs are running) you may set bSantasLittleHelper to 1 and it will run at the same priority level as the main program.
  99.  
  100.  
  101. [MainFrame Settings] ////////////
  102. binDualPaneFlags [default = 9]
  103.     DPF_SHOWHEADERS      8    /* show titlebar for each view pane */
  104.     DPF_NOHEADERSUBPATHS 128  /* they exist but ain't clickable */
  105.     DPF_X2TITLETRAIL     4096 /* mainframe shows xplorer2 LAST in titlebar */
  106.  
  107. msFreeSpaceUpdateInterval 20000[*] if you want to have the disk free space shown on the status bar, set this to a non-zero value. E.g. 5000 means "check the free space every 5 seconds". Set to 0 to omit the indicator altogether
  108.  
  109.  
  110. [xxx pane settings] /////////////
  111. (similar settings for both left/right and scrap panes)
  112.  
  113. binMiscOptions    a value made up of any of the next "bits" added up
  114.     CLVOPT_DISABLEAUTOREFRESH 1 /* patch/efficiency improvement for multi-folder views */
  115.     CLVOPT_NAGGINGSCRAP      64 /* scrap frames always asking to save contents */
  116.     CLVOPT_ARROWTABPANE     256 /* use left/right arrows to switch panes in detailed view */
  117.  
  118.  
  119. [CommandFrame Settings] /////////
  120.  
  121. This is the console used for DOS command execution, if enabled. 
  122. nConsoleMaxChars is the upper limit on characters. If reached, some of the older data in the window will start getting deleted.
  123.  
  124.  
  125. [QuickView] /////////////////////
  126.  
  127. binRELangOptions 
  128. If you find that the text previewer gets its fonts mixed up or misbehaves (especially in east european countries), try setting this value to 0. You can also use any of the richedit IMF_xxx constants. If you make things worse you can always set it back to the default [-1].
  129.  
  130.  
  131. ------------------------------------------------------------------------
  132. WWW:    http://www.zabkat.com/
  133. Forum:  http://www.netez.com/bbs/